home *** CD-ROM | disk | FTP | other *** search
/ System Booster / System Booster.iso / Texteditors / Vim / src / proto / charset.pro < prev    next >
Encoding:
Text File  |  1996-09-27  |  206 b   |  7 lines

  1. /* charset.c */
  2. unsigned char *transchar __PARMS((int c));
  3. int charsize __PARMS((int c));
  4. int strsize __PARMS((unsigned char *s));
  5. int chartabsize __PARMS((int c, long col));
  6. int isidchar __PARMS((int c));
  7.